home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 September / Designer's Club 1997 September.iso / pc / IDEASRC / Bugs.DIR / 00099.ls < prev    next >
Encoding:
Text File  |  1997-08-06  |  423 b   |  18 lines

  1. on blorb
  2.   global hand
  3.   if hand = "squash" then
  4.     cursor(200)
  5.     set the memberNum of sprite 17 to 14
  6.     set the locH of sprite 17 to the mouseH
  7.     set the locV of sprite 17 to the mouseV
  8.     updateStage()
  9.   end if
  10.   if hand = "pickup" then
  11.     cursor(200)
  12.     set the memberNum of sprite 17 to 20
  13.     set the locH of sprite 17 to the mouseH
  14.     set the locV of sprite 17 to the mouseV
  15.     updateStage()
  16.   end if
  17. end
  18.